can You guide me why this is error is happenings......
Caused by: java.lang.UnsatisfiedLinkError: /tmp/librocksdbjni3230321787700646528..so: libsnappy.so.1: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1937)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1822)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at org.rocksdb.NativeLibraryLoader.loadLibraryFromJar(NativeLibraryLoader.java:51)
at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:46)
at org.rocksdb.RocksDB.<clinit>(RocksDB.java:24)
at org.reducedata.userdata.connector.RocksDbConnector.connect(RocksDbConnector.java:63)
at org.reducedata.userdata.connector.RocksDbConnector.initialize(RocksDbConnector.java:43)
at org.reducedata.userdata.UserDataService.initialize(UserDataService.java:43)
at org.reducedata.server.di.ServerDI.userDataService(ServerDI.java:245)
at org.reducedata.server.di.ServerDI$$EnhancerBySpringCGLIB$$c060adeb.CGLIB$userDataService$12(<generated>)
at org.reducedata.server.di.ServerDI$$EnhancerBySpringCGLIB$$c060adeb$$FastClassBySpringCGLIB$$52242046.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
at org.reducedata.server.di.ServerDI$$EnhancerBySpringCGLIB$$c060adeb.userDataService(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
... 33 more
adtech-demandsiteplatform started with pid 6101
[root@ch1 logs]# Exception in thread "main" java.lang.IllegalStateException: org.springframework.context.annotation.AnnotationConfigApplicationContext@7b49cea0 has not been refreshed yet
at org.springframework.context.support.AbstractApplicationContext.assertBeanFactoryActive(AbstractApplicationContext.java:943)
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:961)
at org.reducedata.server.DSPSe