Product/components used and version/fix level:
Cumulucity IOT / Edge version ( Frontend : 1017.0.223 - Backend : 1017.0.216 )
Detailed explanation of the problem:
When deploying a Java microservice, an error is raised at startup. Same behaviour when I tried to deploy Cumulocity Basic template.
But I succeeded to deploy a Python microservice
Error messages / full error message screenshot / log file:
2024-07-11T15:59:54.464497198+02:00 _ _
2024-07-11T15:59:54.464497198+02:00 (_) (_)
2024-07-11T15:59:54.464497198+02:00 _ __ ___ _ ___ _ __ ___ ___ ___ _ ____ ___ ___ ___
2024-07-11T15:59:54.464497198+02:00 | '_ ` _ \| |/ __| '__/ _ \/ __|/ _ \ '__\ \ / / |/ __/ _ \
2024-07-11T15:59:54.464497198+02:00 | | | | | | | (__| | | (_) \__ \ __/ | \ V /| | (_| __/
2024-07-11T15:59:54.464497198+02:00 |_| |_| |_|_|\___|_| \___/|___/\___|_| \_/ |_|\___\___|
2024-07-11T15:59:54.464497198+02:00
2024-07-11T15:59:54.464497198+02:00
2024-07-11T15:59:54.464497198+02:00 Version (0.0.1-SNAPSHOT)
2024-07-11T15:59:54.464497198+02:00
2024-07-11T15:59:54.464497198+02:00 :: Cumulocity Microservices SDK (1017.0.216) ::
2024-07-11T15:59:54.464497198+02:00 :: Spring Boot (v2.7.6) ::
2024-07-11T15:59:54.464497198+02:00
2024-07-11T15:59:54.660678249+02:00 2024-07-11 15:59:54.655 INFO 1 --- [ main] com.c8y.ms.templates.basic.App : Starting App using Java 11.0.23 on templates-basic-scope-edge-deployment-c469767cc-8fxhf with PID 1 (/data/templates-basic.jar started by root in /)
2024-07-11T15:59:54.660678249+02:00 2024-07-11 15:59:54.659 INFO 1 --- [ main] com.c8y.ms.templates.basic.App : The following 1 profile is active: "prod"
2024-07-11T15:59:58.378751743+02:00 2024-07-11 15:59:58.378 INFO 1 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method EnableContextSupportConfiguration.propertySourcesPlaceholderConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2024-07-11T15:59:58.467717138+02:00 2024-07-11 15:59:58.467 INFO 1 --- [ main] o.s.c.a.ConfigurationClassEnhancer : @Bean method EnableContextSupportConfiguration.contextScopeConfigurer is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.
2024-07-11T15:59:58.880440316+02:00 2024-07-11 15:59:58.880 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.cumulocity.microservice.security.annotation.UserDetailsServiceConfiguration' of type [com.cumulocity.microservice.security.annotation.UserDetailsServiceConfiguration$$EnhancerBySpringCGLIB$$de975cc7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-07-11T15:59:58.984692190+02:00 2024-07-11 15:59:58.984 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'applicationApi' of type [org.springframework.aop.scope.ScopedProxyFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-07-11T15:59:58.984783450+02:00 2024-07-11 15:59:58.984 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'applicationApi' of type [com.cumulocity.microservice.subscription.repository.application.ApplicationApi$$EnhancerBySpringCGLIB$$80b00707] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-07-11T15:59:58.990523674+02:00 2024-07-11 15:59:58.990 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'securityExpressionService' of type [com.cumulocity.microservice.security.service.impl.SecurityExpressionServiceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-07-11T15:59:58.991129471+02:00 2024-07-11 15:59:58.991 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'com.cumulocity.microservice.security.annotation.EnableGlobalMethodSecurityConfiguration' of type [com.cumulocity.microservice.security.annotation.EnableGlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$2bfceb1e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-07-11T15:59:59.879019422+02:00 2024-07-11 15:59:59.878 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 80 (http)
2024-07-11T15:59:59.898670718+02:00 2024-07-11 15:59:59.898 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-07-11T15:59:59.898670718+02:00 2024-07-11 15:59:59.898 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69]
2024-07-11T16:00:00.165714966+02:00 2024-07-11 16:00:00.164 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-07-11T16:00:00.165863676+02:00 2024-07-11 16:00:00.165 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5299 ms
2024-07-11T16:00:00.460148295+02:00 2024-07-11 16:00:00.459 WARN 1 --- [ main] .m.s.s.i.MicroserviceSettingsServiceImpl : Loading tenant options using bootstrap credentials!
2024-07-11T16:00:20.474999525+02:00 2024-07-11 16:00:20.470 WARN 1 --- [ main] c.c.m.context.ContextServiceImpl : execution of task failed within tenant : edge - org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.477999046+02:00 2024-07-11 16:00:20.477 ERROR 1 --- [ main] o.s.b.web.embedded.tomcat.TomcatStarter : Error starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'cumulocityOAuthMicroserviceFilterRegistration' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$FilterConfigurer: Unsatisfied dependency expressed through method 'cumulocityOAuthMicroserviceFilterRegistration' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cumulocityOAuthMicroserviceFilter' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$FilterConfigurer: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.CumulocityOAuthMicroserviceFilter]: Factory method 'cumulocityOAuthMicroserviceFilter' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$AuthenticationConfigurer': Unsatisfied dependency expressed through field 'jwtTokenAuthenticationProvider'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jwtTokenAuthenticationProvider' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration: Unsatisfied dependency expressed through method 'jwtTokenAuthenticationProvider' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtAuthenticatedTokenCache' defined in com.cumulocity.microservice.security.annotation.TokenCacheConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache]: Factory method 'jwtAuthenticatedTokenCache' threw exception; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.521169466+02:00 2024-07-11 16:00:20.520 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2024-07-11T16:00:20.549682226+02:00 2024-07-11 16:00:20.529 WARN 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
2024-07-11T16:00:20.565980566+02:00 2024-07-11 16:00:20.565 INFO 1 --- [ main] ConditionEvaluationReportLoggingListener :
2024-07-11T16:00:20.565980566+02:00
2024-07-11T16:00:20.565980566+02:00 Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-07-11T16:00:20.678706620+02:00 2024-07-11 16:00:20.677 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed
2024-07-11T16:00:20.678706620+02:00
2024-07-11T16:00:20.678706620+02:00 org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:165) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:577) ~[spring-context-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at com.c8y.ms.templates.basic.App.main(App.java:11) ~[classes!/:na]
2024-07-11T16:00:20.678706620+02:00 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
2024-07-11T16:00:20.678706620+02:00 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
2024-07-11T16:00:20.678706620+02:00 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
2024-07-11T16:00:20.678706620+02:00 at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) ~[templates-basic.jar:na]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.loader.Launcher.launch(Launcher.java:108) ~[templates-basic.jar:na]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) ~[templates-basic.jar:na]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) ~[templates-basic.jar:na]
2024-07-11T16:00:20.678706620+02:00 Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:479) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:211) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:184) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 ... 16 common frames omitted
2024-07-11T16:00:20.678706620+02:00 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cumulocityOAuthMicroserviceFilterRegistration' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$FilterConfigurer: Unsatisfied dependency expressed through method 'cumulocityOAuthMicroserviceFilterRegistration' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cumulocityOAuthMicroserviceFilter' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$FilterConfigurer: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.CumulocityOAuthMicroserviceFilter]: Factory method 'cumulocityOAuthMicroserviceFilter' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$AuthenticationConfigurer': Unsatisfied dependency expressed through field 'jwtTokenAuthenticationProvider'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jwtTokenAuthenticationProvider' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration: Unsatisfied dependency expressed through method 'jwtTokenAuthenticationProvider' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtAuthenticatedTokenCache' defined in com.cumulocity.microservice.security.annotation.TokenCacheConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache]: Factory method 'jwtAuthenticatedTokenCache' threw exception; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:212) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:203) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:97) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:262) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678706620+02:00 at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.s2024-07-11T16:00:20.678777196+02:00 elfInitialize(ServletWebServerApplicationContext.java:236) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5211) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1383) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) ~[na:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:916) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1393) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1383) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140) ~[na:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:916) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:265) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.StandardService.startInternal(StandardService.java:430) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.apache.catalina.startup.Tomcat.start(Tomcat.java:486) ~[tomcat-embed-core-9.0.69.jar!/:na]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123) ~[spring-boot-2.7.6.jar!/:2.7.6]
2024-07-11T16:00:20.678777196+02:00 ... 21 common frames omitted
2024-07-11T16:00:20.678777196+02:00 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cumulocityOAuthMicroserviceFilter' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$FilterConfigurer: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.CumulocityOAuthMicroserviceFilter]: Factory method 'cumulocityOAuthMicroserviceFilter' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$AuthenticationConfigurer': Unsatisfied dependency expressed through field 'jwtTokenAuthenticationProvider'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jwtTokenAuthenticationProvider' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration: Unsatisfied dependency expressed through method 'jwtTokenAuthenticationProvider' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtAuthenticatedTokenCache' defined in com.cumulocity.microservice.security.annotation.TokenCacheConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache]: Factory method 'jwtAuthenticatedTokenCache' threw exception; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:486) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678777196+02:00 ... 61 common frames omitted
2024-07-11T16:00:20.678777196+02:00 Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.CumulocityOAuthMicroserviceFilter]: Factory method 'cumulocityOAuthMicroserviceFilter' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$AuthenticationConfigurer': Unsatisfied dependency expressed through field 'jwtTokenAuthenticationProvider'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jwtTokenAuthenticationProvider' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration: Unsatisfied dependency expressed through method 'jwtTokenAuthentication2024-07-11T16:00:20.678805737+02:00 Provider' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtAuthenticatedTokenCache' defined in com.cumulocity.microservice.security.annotation.TokenCacheConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache]: Factory method 'jwtAuthenticatedTokenCache' threw exception; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 ... 75 common frames omitted
2024-07-11T16:00:20.678805737+02:00 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$AuthenticationConfigurer': Unsatisfied dependency expressed through field 'jwtTokenAuthenticationProvider'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jwtTokenAuthenticationProvider' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration: Unsatisfied dependency expressed through method 'jwtTokenAuthenticationProvider' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtAuthenticatedTokenCache' defined in com.cumulocity.microservice.security.annotation.TokenCacheConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache]: Factory method 'jwtAuthenticatedTokenCache' threw exception; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:660) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:640) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansWithAnnotation(DefaultListableBeanFactory.java:722) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.context.support.AbstractApplicationContext.getBeansWithAnnotation(AbstractApplicationContext.java:1322) ~[spring-context-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration$EnableGlobalAuthenticationAutowiredConfigurer.init(AuthenticationConfiguration.java:221) ~[spring-security-config-5.7.5.jar!/:5.7.5]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration$EnableGlobalAuthenticationAutowiredConfigurer.init(AuthenticationConfiguration.java:208) ~[spring-security-config-5.7.5.jar!/:5.7.5]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.security.config.annotation.AbstractConfiguredSecurityBuilder.init(AbstractConfiguredSecurityBuilder.java:338) ~[spring-security-config-5.7.5.jar!/:5.7.5]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.security.config.annotation.AbstractConfiguredSecurityBuilder.doBuild(AbstractConfiguredSecurityBuilder.java:300) ~[spring-security-config-5.7.5.jar!/:5.7.5]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.security.config.annotation.AbstractSecurityBuilder.build(AbstractSecurityBuilder.java:38) ~[spring-security-config-5.7.5.jar!/:5.7.5]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration.getAuthenticationManager(AuthenticationConfiguration.java:121) ~[spring-security-config-5.7.5.jar!/:5.7.5]
2024-07-11T16:00:20.678805737+02:00 at com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration$FilterConfigurer.cumulocityOAuthMicroserviceFilter(CumulocityOAuthConfiguration.java:69) ~[microservice-security-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678805737+02:00 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
2024-07-11T16:00:20.678805737+02:00 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
2024-07-11T16:00:20.678805737+02:00 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
2024-07-11T16:00:20.678805737+02:00 at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 ... 76 common frames omitted
2024-07-11T16:00:20.678805737+02:00 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jwtTokenAuthenticationProvider' defined in com.cumulocity.microservice.security.token.CumulocityOAuthConfiguration: Unsatisfied dependency expressed through method 'jwtTokenAuthenticationProvider' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtAuthenticatedTokenCache' defined in com.cumulocity.microservice.security.annotation.TokenCacheConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache]: Factory method 'jwtAuthenticatedTokenCache' threw exception; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678805737+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMeth2024-07-11T16:00:20.678840604+02:00 od(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:657) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 ... 100 common frames omitted
2024-07-11T16:00:20.678840604+02:00 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtAuthenticatedTokenCache' defined in com.cumulocity.microservice.security.annotation.TokenCacheConfiguration: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache]: Factory method 'jwtAuthenticatedTokenCache' threw exception; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 ... 113 common frames omitted
2024-07-11T16:00:20.678840604+02:00 Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.cumulocity.microservice.security.token.JwtAuthenticatedTokenCache]: Factory method 'jwtAuthenticatedTokenCache' threw exception; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 ... 127 common frames omitted
2024-07-11T16:00:20.678840604+02:00 Caused by: com.google.common.util.concurrent.UncheckedExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678840604+02:00 at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2055) ~[guava-31.0.1-jre.jar!/:na]
2024-07-11T16:00:20.678840604+02:00 at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar!/:na]
2024-07-11T16:00:20.678840604+02:00 at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4863) ~[guava-31.0.1-jre.jar!/:na]
2024-07-11T16:00:20.678840604+02:00 at com.cumulocity.microservice.settings.service.impl.MicroserviceSettingsServiceImpl.getAll(MicroserviceSettingsServiceImpl.java:39) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678840604+02:00 at com.cumulocity.microservice.settings.service.impl.MicroserviceSettingsServiceImpl.get(MicroserviceSettingsServiceImpl.java:83) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678840604+02:00 at com.cumulocity.microservice.security.annotation.TokenCacheConfiguration.lambda$jwtAuthenticatedTokenCache$0(TokenCacheConfiguration.java:36) ~[microservice-security-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678840604+02:00 at java.base/java.util.Optional.map(Optional.java:265) ~[na:na]
2024-07-11T16:00:20.678840604+02:00 at com.cumulocity.microservice.security.annotation.TokenCacheConfiguration.jwtAuthenticatedTokenCache(TokenCacheConfiguration.java:36) ~[microservice-security-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678840604+02:00 at com.cumulocity.microservice.security.annotation.TokenCacheConfiguration$$EnhancerBySpringCGLIB$$227d78fc.CGLIB$jwtAuthenticatedTokenCache$0(<generated>) ~[microservice-security-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678840604+02:00 at com.cumulocity.microservice.security.annotation.TokenCacheConfiguration$$EnhancerBySpringCGLIB$$227d78fc$$FastClassBySpringCGLIB$$431124ac.invoke(<generated>) ~[microservice-security-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) ~[spring-core-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) ~[spring-context-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678840604+02:00 at com.cumulocity.microservice.security.annotation.TokenCacheConfiguration$$EnhancerBySpringCGLIB$$227d78fc.jwtAuthenticatedTokenCache(<generated>) ~[microservice-security-1017.0.22024-07-11T16:00:20.678868321+02:00 16.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
2024-07-11T16:00:20.678868321+02:00 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
2024-07-11T16:00:20.678868321+02:00 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
2024-07-11T16:00:20.678868321+02:00 at java.base/java.lang.reflect.Method.invoke(Method.java:566) ~[na:na]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 ... 128 common frames omitted
2024-07-11T16:00:20.678868321+02:00 Caused by: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:531) ~[jersey-apache-connector-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:297) ~[jersey-client-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.client.JerseyInvocation.lambda$invoke$0(JerseyInvocation.java:662) ~[jersey-client-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.client.JerseyInvocation.call(JerseyInvocation.java:697) ~[jersey-client-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.client.JerseyInvocation.lambda$runInScope$3(JerseyInvocation.java:691) ~[jersey-client-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[jersey-common-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~[jersey-common-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.internal.Errors.process(Errors.java:205) ~[jersey-common-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:390) ~[jersey-common-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.client.JerseyInvocation.runInScope(JerseyInvocation.java:691) ~[jersey-client-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:661) ~[jersey-client-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:413) ~[jersey-client-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:313) ~[jersey-client-2.35.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.sdk.client.RestConnector.getClientResponse(RestConnector.java:144) ~[java-client-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.sdk.client.RestConnector.get(RestConnector.java:123) ~[java-client-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.sdk.client.RestConnector$$FastClassBySpringCGLIB$$37cf0cc3.invoke(<generated>) ~[java-client-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:137) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:124) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.sdk.client.RestConnector$$EnhancerBySpringCGLIB$$543146cb.get(<generated>) ~[java-client-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi.lambda$findAll$0(CurrentApplicationSettingsApi.java:27) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi$SettingsRetry.execute(CurrentApplicationSettingsApi.java:85) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi$SettingsRetry.executeWithRetry(CurrentApplicationSettingsApi.java:61) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi$SettingsRetry.executeWithWait(CurrentApplicationSettingsApi.java:80) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi$SettingsRetry.executeWithRetry(CurrentApplicationSettingsApi.java:64) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi$SettingsRetry.executeWithWait(CurrentApplicationSettingsApi.java:80) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi$SettingsRetry.executeWithRetry(CurrentApplicationSettingsApi.java:64) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi.findAll(CurrentApplicationSettingsApi.java:26) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi$$FastClassBySpringCGLIB$$4dc87c3.invoke(<generated>) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) ~[spring-core-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:137) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:124) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) ~[spring-aop-5.3.24.jar!/:5.3.24]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.repository.CurrentApplicationSettingsApi$$EnhancerBySpringCGLIB$$586b81cb.findAll(<generated>) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.service.impl.MicroserviceSettingsServiceImpl$1$1.call(MicroserviceSettingsServiceImpl.java:47) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.service.impl.MicroserviceSettingsServiceImpl$1$1.call(MicroserviceSettingsServiceImpl.java:45) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.context.ContextServiceImpl.callWithinContext(ContextServiceImpl.java:78) ~[microservice-context-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.service.impl.MicroserviceSettingsServiceImpl$1.call(MicroserviceSettingsServiceImpl.java:45) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.cumulocity.microservice.settings.service.impl.MicroserviceSettingsServiceImpl$1.call(MicroserviceSettingsServiceImpl.java:39) ~[microservice-settings-1017.0.216.jar!/:na]
2024-07-11T16:00:20.678868321+02:00 at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4868) ~[guava-31.2024-07-11T16:00:20.678894037+02:00 0.1-jre.jar!/:na]
2024-07-11T16:00:20.678894037+02:00 at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533) ~[guava-31.0.1-jre.jar!/:na]
2024-07-11T16:00:20.678894037+02:00 at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282) ~[guava-31.0.1-jre.jar!/:na]
2024-07-11T16:00:20.678894037+02:00 at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159) ~[guava-31.0.1-jre.jar!/:na]
2024-07-11T16:00:20.678894037+02:00 at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049) ~[guava-31.0.1-jre.jar!/:na]
2024-07-11T16:00:20.678894037+02:00 ... 145 common frames omitted
2024-07-11T16:00:20.678894037+02:00 Caused by: org.apache.http.conn.HttpHostConnectException: Connect to cumulocity:8111 [cumulocity/10.103.181.96] failed: Connection refused (Connection refused)
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:483) ~[jersey-apache-connector-2.35.jar!/:na]
2024-07-11T16:00:20.678894037+02:00 ... 199 common frames omitted
2024-07-11T16:00:20.678894037+02:00 Caused by: java.net.ConnectException: Connection refused (Connection refused)
2024-07-11T16:00:20.678894037+02:00 at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:na]
2024-07-11T16:00:20.678894037+02:00 at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) ~[na:na]
2024-07-11T16:00:20.678894037+02:00 at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) ~[na:na]
2024-07-11T16:00:20.678894037+02:00 at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) ~[na:na]
2024-07-11T16:00:20.678894037+02:00 at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:na]
2024-07-11T16:00:20.678894037+02:00 at java.base/java.net.Socket.connect(Socket.java:609) ~[na:na]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.13.jar!/:4.5.13]
2024-07-11T16:00:20.678894037+02:00 ... 208 common frames omitted
2024-07-11T16:00:20.678894037+02:00
Question related to a free trial, or to a production (customer) instance?
Production - IoT EDGE on premises