. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.7.RELEASE) 2021-08-16 06:24:14.843 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Starting RuntimeapiApplication on onap-dcaemod-runtime-api-5b5bfb9fc5-bhbv4 with PID 1 (/maven/runtime-web-1.2.3-SNAPSHOT.jar started by dcaemod in /maven) 2021-08-16 06:24:14.851 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : The following profiles are active: onap 2021-08-16 06:24:18.441 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9090 (http) 2021-08-16 06:24:18.491 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-08-16 06:24:18.491 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.22] 2021-08-16 06:24:18.634 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-08-16 06:24:18.634 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3662 ms /maven/data/imports/onapImports.yaml 2021-08-16 06:24:20.103 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' 2021-08-16 06:24:20.367 INFO 1 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2021-08-16 06:24:21.670 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 9090 (http) with context path '' 2021-08-16 06:24:21.676 INFO 1 --- [ main] o.o.d.runtime.web.RuntimeapiApplication : Started RuntimeapiApplication in 7.996 seconds (JVM running for 8.83) 2021-08-16 08:44:41.885 INFO 1 --- [io-9090-exec-10] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-08-16 08:44:41.888 INFO 1 --- [io-9090-exec-10] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-08-16 08:44:41.993 INFO 1 --- [io-9090-exec-10] o.s.web.servlet.DispatcherServlet : Completed initialization in 103 ms 2021-08-16 08:44:43.126 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@568e8497 2021-08-16 08:44:44.407 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@5b115d50] 2021-08-16 08:44:44.408 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-08-16 08:44:44.409 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-08-16 08:44:44.646 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-08-16 08:44:48.675 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1629103468_nginx-1629103468","typeVersion":2108160844,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=>=1.5.1,<2.0.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1629103468_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1629103468_cpu_request:\n type: string\n default: \"250m\"\n nginx-1629103468_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1629103468_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1629103468:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 300s\n timeout: 120s\n script: service nginx status\n type: docker\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1629103468\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1629103468_cpu_limit\n memory:\n get_input: nginx-1629103468_memory_limit\n requests:\n cpu:\n get_input: nginx-1629103468_cpu_request\n memory:\n get_input: nginx-1629103468_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"67ba4cab-8753-4843-b27e-b410698698eb","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/67ba4cab-8753-4843-b27e-b410698698eb"},"created":1629103488644,"deactivated":null} 2021-08-16 08:44:48.678 INFO 1 --- [nio-9090-exec-8] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1629103468_nginx-1629103468:2108160844 2021-08-16 08:52:16.663 INFO 1 --- [nio-9090-exec-5] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@4eef7f5b 2021-08-16 08:52:17.018 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@1d58c8f1] 2021-08-16 08:52:17.018 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-08-16 08:52:17.018 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-08-16 08:52:17.040 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-08-16 08:52:17.135 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1629103929_nginx-1629103929","typeVersion":2108160852,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=>=1.5.1,<2.0.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1629103929_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1629103929_cpu_request:\n type: string\n default: \"250m\"\n nginx-1629103929_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1629103929_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1629103929:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1629103929\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1629103929_cpu_limit\n memory:\n get_input: nginx-1629103929_memory_limit\n requests:\n cpu:\n get_input: nginx-1629103929_cpu_request\n memory:\n get_input: nginx-1629103929_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"22f4556d-d732-4395-b724-822b6dc1bd18","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/22f4556d-d732-4395-b724-822b6dc1bd18"},"created":1629103937121,"deactivated":null} 2021-08-16 08:52:17.136 INFO 1 --- [nio-9090-exec-6] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1629103929_nginx-1629103929:2108160852 2021-08-16 08:56:19.485 INFO 1 --- [nio-9090-exec-9] o.o.d.r.web.controllers.GraphController : org.onap.dcae.runtime.web.models.GraphRequest@1ab1dc8b 2021-08-16 08:56:19.835 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.controllers.GraphController : [org.onap.dcae.runtime.web.models.Action@3637e87e] 2021-08-16 08:56:19.836 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : applying actions to graph 2021-08-16 08:56:19.836 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : generating blueprints for the affected nodes 2021-08-16 08:56:19.855 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.GraphServiceImpl : pushing bluepirnts to the dashboard inventrory 2021-08-16 08:56:19.931 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : {"owner":"dcae_mod","typeName":"nginx-1629104171_nginx-1629104171","typeVersion":2108160856,"blueprintTemplate":"---\ntosca_definitions_version: cloudify_dsl_1_3\nimports:\n- https://www.getcloudify.org/spec/cloudify/4.5.5/types.yaml\n- plugin:k8splugin?version=>=3.5.1,<4.0.0\n- plugin:pgaas?version=1.3.0\n- plugin:clamppolicyplugin?version=1.1.0\n- plugin:dmaap?version=>=1.5.1,<2.0.0\ninputs:\n always_pull_image:\n type: boolean\n description: Set to true if the image should always be pulled\n default: true\n envs:\n default: {}\n external_cert_ca_name:\n type: string\n description: Name of Certificate Authority configured on CertService side.\n default: \"RA\"\n external_cert_cert_type:\n type: string\n description: Format of provided certificates\n default: \"P12\"\n external_cert_common_name:\n type: string\n description: Common name which should be present in certificate.\n default: \"sample.onap.org\"\n external_cert_sans:\n type: string\n description: \"List of Subject Alternative Names (SANs) which should be present\n in certificate. Delimiter - , Should contain a common_name value and other FQDNs\n under which the given component is accessible.\"\n default: \"sample.onap.org,component.sample.onap.org\"\n external_cert_use_external_tls:\n type: boolean\n description: Flag to indicate external tls enable/disable.\n default: false\n external_port_0:\n type: string\n default: \"0\"\n external_port_1:\n type: string\n default: \"0\"\n image:\n type: string\n default: \"docker.io/nginx:latest\"\n location_id:\n type: string\n default: \"\"\n nginx-1629104171_cpu_limit:\n type: string\n default: \"250m\"\n nginx-1629104171_cpu_request:\n type: string\n default: \"250m\"\n nginx-1629104171_memory_limit:\n type: string\n default: \"128Mi\"\n nginx-1629104171_memory_request:\n type: string\n default: \"128Mi\"\n replicas:\n type: integer\n description: number of instances\n default: 1\n service_component_name_override:\n type: string\n default: \"\"\n use_tls:\n type: boolean\n description: flag to indicate tls enable/disable\n default: false\nnode_templates:\n nginx-1629104171:\n type: dcae.nodes.ContainerizedServiceComponent\n interfaces:\n cloudify.interfaces.lifecycle:\n start:\n inputs:\n envs:\n get_input: envs\n ports:\n - concat: [\"80:\", {get_input: external_port_0}]\n - concat: [\"99:\", {get_input: external_port_1}]\n properties:\n application_config:\n streams_publishes: {}\n streams_subscribes: {}\n service_calls: []\n docker_config:\n healthcheck:\n interval: 45s\n timeout: 15s\n script: service nginx status\n type: docker\n volumes:\n - container:\n bind: /opt/app/etc/config\n config_volume:\n name: test-config-volume\n image:\n get_input: image\n location_id:\n get_input: location_id\n service_component_type: nginx-1629104171\n service_component_name_override:\n get_input: service_component_name_override\n replicas:\n get_input: replicas\n tls_info:\n cert_directory: /opt/app/dcae-certificate/\n use_tls:\n get_input: use_tls\n resource_config:\n limits:\n cpu:\n get_input: nginx-1629104171_cpu_limit\n memory:\n get_input: nginx-1629104171_memory_limit\n requests:\n cpu:\n get_input: nginx-1629104171_cpu_request\n memory:\n get_input: nginx-1629104171_memory_request\n always_pull_image:\n get_input: always_pull_image\n external_cert:\n external_cert_directory: /opt/app/dcae-certificate/\n use_external_tls:\n get_input: external_cert_use_external_tls\n ca_name:\n get_input: external_cert_ca_name\n cert_type:\n get_input: external_cert_cert_type\n external_certificate_parameters:\n common_name:\n get_input: external_cert_common_name\n sans:\n get_input: external_cert_sans\n relationships: []","serviceIds":null,"vnfTypes":[],"serviceLocations":null,"asdcServiceId":null,"asdcResourceId":null,"asdcServiceURL":null,"application":"DCAE","component":"dcae","typeId":"92525559-6ec9-4aaf-a3fa-25765ca2b923","selfLink":{"rel":"self","href":"https://inventory:8080/dcae-service-types/92525559-6ec9-4aaf-a3fa-25765ca2b923"},"created":1629104179923,"deactivated":null} 2021-08-16 08:56:19.931 INFO 1 --- [nio-9090-exec-2] o.o.d.r.web.service.BlueprintInventory : Distributed: nginx-1629104171_nginx-1629104171:2108160856 2021-08-16 09:12:15.764 INFO 1 --- [nio-9090-exec-6] o.apache.coyote.http11.Http11Processor : 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. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:415) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:294) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:853) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.22.jar!/:9.0.22] at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]