HTTPS is enabled. Configuring keystore. /opt/app/osaaf/local/org.onap.sdc.p12 exist /opt/app/osaaf/local/org.onap.sdc.trust.jks exist . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.1.0.RELEASE) 2021-04-12 05:58:33 - Bootstrapping Spring Data repositories in DEFAULT mode. 2021-04-12 05:58:33 - Finished Spring Data repository scanning in 399ms. Found 0 repository interfaces. 2021-04-12 05:58:33 - Bootstrapping Spring Data repositories in DEFAULT mode. 2021-04-12 05:58:34 - Finished Spring Data repository scanning in 282ms. Found 1 repository interfaces. 2021-04-12 05:58:39 - Server initialized with port: 8443 2021-04-12 05:58:52 - Mapping filter: 'characterEncodingFilter' to: [/*] 2021-04-12 05:58:52 - Mapping filter: 'webMvcMetricsFilter' to: [/*] 2021-04-12 05:58:52 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2021-04-12 05:58:52 - Mapping filter: 'formContentFilter' to: [/*] 2021-04-12 05:58:52 - Mapping filter: 'requestContextFilter' to: [/*] 2021-04-12 05:58:52 - Mapping filter: 'httpTraceFilter' to: [/*] 2021-04-12 05:58:52 - Mapping filter: 'sessionContextFilter' to: [/*] 2021-04-12 05:58:52 - Servlet dispatcherServlet mapped to [/] 2021-04-12 05:58:58 - Exposing 2 endpoint(s) beneath base path '/actuator' 2021-04-12 05:58:59 - Initializing ExecutorService 'applicationTaskExecutor' 2021-04-12 05:59:07 - Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-04-12 05:59:07 - Application run failed org.springframework.boot.web.server.WebServerException: Unable to start embedded Jetty server at org.springframework.boot.web.embedded.jetty.JettyWebServer.start(JettyWebServer.java:166) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.startWebServer(ServletWebServerApplicationContext.java:300) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:162) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:775) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397) at org.springframework.boot.SpringApplication.run(SpringApplication.java:316) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248) at org.onap.sdc.workflow.SpringBootWebApplication.main(SpringBootWebApplication.java:31) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) Caused by: java.io.IOException: keystore password was incorrect at java.base/sun.security.pkcs12.PKCS12KeyStore.engineLoad(Unknown Source) at java.base/sun.security.util.KeyStoreDelegator.engineLoad(Unknown Source) at java.base/java.security.KeyStore.load(Unknown Source) at org.eclipse.jetty.util.security.CertificateUtils.getKeyStore(CertificateUtils.java:54) at org.eclipse.jetty.util.ssl.SslContextFactory.loadKeyStore(SslContextFactory.java:1089) at org.eclipse.jetty.util.ssl.SslContextFactory.load(SslContextFactory.java:274) at org.eclipse.jetty.util.ssl.SslContextFactory.doStart(SslContextFactory.java:241) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) at org.eclipse.jetty.server.SslConnectionFactory.doStart(SslConnectionFactory.java:94) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138) at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:117) at org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:282) at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:81) at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:235) at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) at org.springframework.boot.web.embedded.jetty.JettyWebServer.start(JettyWebServer.java:146) ... 18 common frames omitted Caused by: java.security.UnrecoverableKeyException: failed to decrypt safe contents entry: javax.crypto.BadPaddingException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption. ... 37 common frames omitted 2021-04-12 05:59:07 - Shutting down ExecutorService 'applicationTaskExecutor'