Products | Versions |
---|---|
Spotfire Server | 10.0.0 and higher |
The TIBCO Spotfire Server may fail to start throwing following exception in catalina.log file:
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'heartBeatInspector' defined in class path resource [applicationContext-nodeManager-supervisor.xml]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.spotfire.server.nodemanager.control.HeartBeatInspector]: Constructor threw exception; nested exception is com.spotfire.server.ServerInitializationException: apache ignite instance is not initialized at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:304) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:285) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1325) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1171) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:367) ... 101 more Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.spotfire.server.nodemanager.control.HeartBeatInspector]: Constructor threw exception; nested exception is com.spotfire.server.ServerInitializationException: apache ignite instance is not initialized at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:184) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:117) at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:300) ... 111 more Caused by: com.spotfire.server.ServerInitializationException: apache ignite instance is not initialized at com.spotfire.server.cluster.DistributedMapFactory.create(DistributedMapFactory.java:54) at com.spotfire.server.nodemanager.control.HeartBeatInspector.<init>(HeartBeatInspector.java:106) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:172) ... 113 more