By type
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-22 05:50:42 - Bootstrapping Spring Data repositories in DEFAULT mode.
2021-04-22 05:50:42 - Finished Spring Data repository scanning in 308ms. Found 0 repository interfaces.
2021-04-22 05:50:42 - Bootstrapping Spring Data repositories in DEFAULT mode.
2021-04-22 05:50:43 - Finished Spring Data repository scanning in 282ms. Found 1 repository interfaces.
2021-04-22 05:50:49 - Server initialized with port: 8443
2021-04-22 05:50:59 - Mapping filter: 'characterEncodingFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'webMvcMetricsFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'formContentFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'requestContextFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'httpTraceFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'sessionContextFilter' to: [/*]
2021-04-22 05:50:59 - Servlet dispatcherServlet mapped to [/]
2021-04-22 05:51:05 - Exposing 2 endpoint(s) beneath base path '/actuator'
2021-04-22 05:51:06 - Initializing ExecutorService 'applicationTaskExecutor'
2021-04-22 05:51:12 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-04-22 05:51:12 - 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-22 05:51:12 - Shutting down ExecutorService 'applicationTaskExecutor'
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-22 05:50:42 - Bootstrapping Spring Data repositories in DEFAULT mode.
2021-04-22 05:50:42 - Finished Spring Data repository scanning in 308ms. Found 0 repository interfaces.
2021-04-22 05:50:42 - Bootstrapping Spring Data repositories in DEFAULT mode.
2021-04-22 05:50:43 - Finished Spring Data repository scanning in 282ms. Found 1 repository interfaces.
2021-04-22 05:50:49 - Server initialized with port: 8443
2021-04-22 05:50:59 - Mapping filter: 'characterEncodingFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'webMvcMetricsFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'formContentFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'requestContextFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'httpTraceFilter' to: [/*]
2021-04-22 05:50:59 - Mapping filter: 'sessionContextFilter' to: [/*]
2021-04-22 05:50:59 - Servlet dispatcherServlet mapped to [/]
2021-04-22 05:51:05 - Exposing 2 endpoint(s) beneath base path '/actuator'
2021-04-22 05:51:06 - Initializing ExecutorService 'applicationTaskExecutor'
2021-04-22 05:51:12 -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-04-22 05:51:12 - 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-22 05:51:12 - Shutting down ExecutorService 'applicationTaskExecutor'