Starting DeviceHive frontend . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v1.3.0.RELEASE) 2017-08-21 21:12:37.244 [main] WARN o.h.c.e.AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [org.hibernate.cache.spi.UpdateTimestampsCache]; using defaults. 2017-08-21 21:12:37.299 [main] WARN o.h.c.e.AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [org.hibernate.cache.internal.StandardQueryCache]; using defaults. 2017-08-21 21:12:37.498 [main] WARN o.h.c.e.AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [com.devicehive.model.Device]; using defaults. 2017-08-21 21:12:37.597 [main] WARN o.h.c.e.AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [com.devicehive.model.User]; using defaults. 2017-08-21 21:12:37.614 [main] WARN o.h.c.e.AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [com.devicehive.model.Network]; using defaults. 2017-08-21 21:12:37.634 [main] WARN o.h.c.e.AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [com.devicehive.model.Configuration]; using defaults. 2017-08-21 21:12:37.650 [main] WARN o.h.c.e.AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [com.devicehive.model.Network.devices]; using defaults. 2017-08-21 21:12:37.673 [main] WARN o.h.c.e.AbstractEhcacheRegionFactory - HHH020003: Could not find a specific ehcache configuration for cache named [com.devicehive.model.Network.users]; using defaults. 2017-08-21 21:12:46.264 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:12:49.265 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:12:52.265 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:12:55.265 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:12:58.266 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:13:01.266 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:13:04.267 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:13:07.268 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:13:10.268 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:13:13.269 [main] WARN c.d.shim.kafka.client.KafkaRpcClient - RpcServer didn't respond to ping request 2017-08-21 21:13:13.269 [main] ERROR c.d.shim.kafka.client.KafkaRpcClient - Unable to reach out RpcServer in 10 attempts 2017-08-21 21:13:13.270 [main] WARN o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedServletContainerCustomizerBeanPostProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metaDataSourceAdvisor': Cannot resolve reference to bean 'methodSecurityMetadataSource' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration.setPermissionEvaluator(java.util.List); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionEvaluator': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.auth.JwtCheckPermissionsHelper com.devicehive.auth.JwtPermissionEvaluator.jwtCheckPermissionsHelper; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtCheckPermissionsHelper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceService com.devicehive.auth.JwtCheckPermissionsHelper.deviceService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable 2017-08-21 21:13:13.272 [pool-3-thread-1] WARN c.d.s.k.c.ResponseConsumerWorker - Response Consumer thread is shutting down 2017-08-21 21:13:13.272 [pool-3-thread-3] WARN c.d.s.k.c.ResponseConsumerWorker - Response Consumer thread is shutting down 2017-08-21 21:13:13.272 [pool-3-thread-2] WARN c.d.s.k.c.ResponseConsumerWorker - Response Consumer thread is shutting down 2017-08-21 21:13:13.317 [main] ERROR o.s.boot.SpringApplication - Application startup failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'embeddedServletContainerCustomizerBeanPostProcessor': BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metaDataSourceAdvisor': Cannot resolve reference to bean 'methodSecurityMetadataSource' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration.setPermissionEvaluator(java.util.List); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionEvaluator': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.auth.JwtCheckPermissionsHelper com.devicehive.auth.JwtPermissionEvaluator.jwtCheckPermissionsHelper; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtCheckPermissionsHelper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceService com.devicehive.auth.JwtCheckPermissionsHelper.deviceService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:478) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:240) ~[spring-context-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:686) ~[spring-context-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:522) ~[spring-context-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118) ~[spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) ~[spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:347) ~[spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] at org.springframework.boot.SpringApplication.run(SpringApplication.java:295) ~[spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134) [spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] at com.devicehive.application.DeviceHiveApplication.main(DeviceHiveApplication.java:59) [devicehive-frontend-3.3.0-boot.jar!/:3.3.0] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131] at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53) [devicehive-frontend-3.3.0-boot.jar!/:3.3.0] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'metaDataSourceAdvisor': Cannot resolve reference to bean 'methodSecurityMetadataSource' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration.setPermissionEvaluator(java.util.List); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionEvaluator': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.auth.JwtCheckPermissionsHelper com.devicehive.auth.JwtPermissionEvaluator.jwtCheckPermissionsHelper; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtCheckPermissionsHelper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceService com.devicehive.auth.JwtCheckPermissionsHelper.deviceService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:140) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1143) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1046) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.findAdvisorBeans(BeanFactoryAdvisorRetrievalHelper.java:92) ~[spring-aop-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.findCandidateAdvisors(AbstractAdvisorAutoProxyCreator.java:101) ~[spring-aop-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.findCandidateAdvisors(AnnotationAwareAspectJAutoProxyCreator.java:85) ~[spring-aop-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.shouldSkip(AspectJAwareAdvisorAutoProxyCreator.java:103) ~[spring-aop-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessBeforeInstantiation(AbstractAutoProxyCreator.java:248) ~[spring-aop-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:988) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeforeInstantiation(AbstractAutowireCapableBeanFactory.java:959) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:472) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 19 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration.setPermissionEvaluator(java.util.List); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionEvaluator': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.auth.JwtCheckPermissionsHelper com.devicehive.auth.JwtPermissionEvaluator.jwtCheckPermissionsHelper; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtCheckPermissionsHelper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceService com.devicehive.auth.JwtCheckPermissionsHelper.deviceService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:368) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 38 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration.setPermissionEvaluator(java.util.List); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionEvaluator': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.auth.JwtCheckPermissionsHelper com.devicehive.auth.JwtPermissionEvaluator.jwtCheckPermissionsHelper; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtCheckPermissionsHelper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceService com.devicehive.auth.JwtCheckPermissionsHelper.deviceService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:661) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 55 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionEvaluator': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.auth.JwtCheckPermissionsHelper com.devicehive.auth.JwtPermissionEvaluator.jwtCheckPermissionsHelper; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtCheckPermissionsHelper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceService com.devicehive.auth.JwtCheckPermissionsHelper.deviceService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1068) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:618) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 57 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.auth.JwtCheckPermissionsHelper com.devicehive.auth.JwtPermissionEvaluator.jwtCheckPermissionsHelper; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtCheckPermissionsHelper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceService com.devicehive.auth.JwtCheckPermissionsHelper.deviceService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 68 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtCheckPermissionsHelper': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceService com.devicehive.auth.JwtCheckPermissionsHelper.deviceService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 70 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceService com.devicehive.auth.JwtCheckPermissionsHelper.deviceService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 81 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deviceService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 83 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.devicehive.service.DeviceNotificationService com.devicehive.service.DeviceService.deviceNotificationService; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 94 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deviceNotificationService' defined in URL [jar:file:/opt/devicehive/devicehive-frontend-3.3.0-boot.jar!/com/devicehive/service/DeviceNotificationService.class]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.devicehive.shim.api.client.RpcClient]: : Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1143) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1046) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 96 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rpcClient' defined in class path resource [com/devicehive/shim/config/client/KafkaRpcClientConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 109 common frames omitted Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.devicehive.shim.api.client.RpcClient]: Factory method 'rpcClient' threw exception; nested exception is java.lang.RuntimeException: RpcServer is not reachable at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 122 common frames omitted Caused by: java.lang.RuntimeException: RpcServer is not reachable at com.devicehive.shim.kafka.client.KafkaRpcClient.pingServer(KafkaRpcClient.java:133) ~[devicehive-shim-kafka-impl-3.3.0.jar!/:3.3.0] at com.devicehive.shim.kafka.client.KafkaRpcClient.start(KafkaRpcClient.java:59) ~[devicehive-shim-kafka-impl-3.3.0.jar!/:3.3.0] at com.devicehive.shim.config.client.KafkaRpcClientConfig.rpcClient(KafkaRpcClientConfig.java:113) ~[devicehive-shim-kafka-impl-3.3.0.jar!/:3.3.0] at com.devicehive.shim.config.client.KafkaRpcClientConfig$$EnhancerBySpringCGLIB$$35a51e47.CGLIB$rpcClient$0() ~[devicehive-shim-kafka-impl-3.3.0.jar!/:3.3.0] at com.devicehive.shim.config.client.KafkaRpcClientConfig$$EnhancerBySpringCGLIB$$35a51e47$$FastClassBySpringCGLIB$$c11bc129.invoke() ~[devicehive-shim-kafka-impl-3.3.0.jar!/:3.3.0] at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:318) ~[spring-context-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] at com.devicehive.shim.config.client.KafkaRpcClientConfig$$EnhancerBySpringCGLIB$$35a51e47.rpcClient() ~[devicehive-shim-kafka-impl-3.3.0.jar!/:3.3.0] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.2.3.RELEASE.jar!/:4.2.3.RELEASE] ... 123 common frames omitted