By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/vnfm-adapter/ -Dlogging.config=/app/logback-spring.xml -Dmso.load.ssl.client.keystore=true -Djavax.net.ssl.keyStore=/opt/app/osaaf/local/org.onap.so.p12 -Djavax.net.ssl.keyStorePassword=Cy?uc}k9+NS.R:ZaS?tT@*,+ -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/org.onap.so.trust.jks -Djavax.net.ssl.trustStorePassword=N9lAf;5I?$8KLHpw40rT5%U: -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.5.RELEASE) 2021-04-20T02:15:42.834Z||main|||||INFO|500||Starting Application on onap-so-vnfm-adapter-db5667787-2vl6c with PID 14 (/app/app.jar started by so in /app) 2021-04-20T02:15:42.884Z||main|||||DEBUG|500||Running with Spring Boot v2.1.5.RELEASE, Spring v5.1.7.RELEASE 2021-04-20T02:15:42.884Z||main|||||INFO|500||The following profiles are active: basic 2021-04-20T02:15:46.840Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-20T02:15:46.841Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.19] 2021-04-20T02:15:46.997Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-20T02:15:48.341Z||main|||||DEBUG|500||Setting up HttpComponentsClientHttpRequestFactory with SSL Context 2021-04-20T02:15:48.342Z||main|||||DEBUG|500||Setting client trust-store: file:/opt/app/osaaf/local/org.onap.so.trust.jks 2021-04-20T02:15:48.345Z||main|||||DEBUG|500||Creating SSLConnectionSocketFactory with AllowAllHostsVerifier ... 2021-04-20T02:15:48.643Z||main|||||DEBUG|500||Adding org.onap.so.adapters.etsisol003adapter.pkgm.subscriptionmgmt.OAuthNotificationServiceProvider of type OAUTH2_CLIENT_CREDENTIALS to cache 2021-04-20T02:15:48.644Z||main|||||DEBUG|500||Adding org.onap.so.adapters.etsisol003adapter.pkgm.subscriptionmgmt.TlsNotificationServiceProvider of type TLS_CERT to cache 2021-04-20T02:15:48.644Z||main|||||DEBUG|500||Adding org.onap.so.adapters.etsisol003adapter.pkgm.subscriptionmgmt.BasicAuthNotificationServiceProvider of type BASIC to cache 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 2021-04-20T02:15:49.613Z||main|||||DEBUG|500||Injecting class org.onap.so.adapters.etsisol003adapter.EtsiSol003AdapterBasicHttpSecurityConfigurer configuration ... 2021-04-20T02:15:50.710Z||main|||||INFO|500||Started Application in 10.387 seconds (JVM running for 11.318) 2021-04-20T02:15:50.724Z||main|||||INFO|500||VnfmAdapterApplication started! 2021-04-20T02:43:43.681Z||http-nio-9092-exec-9|||||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. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:414) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:294) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1747) 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) 2021-04-20T02:47:01.765Z||http-nio-9092-exec-4|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'