Hello All,
We installed dremio single node in linux vm and while starting having the below issue class not found error.
we installed using below rpm downloaded from site, with OpenJDK 1.8 installed, do we need to install any jars manually as it looks like io.netty.util.internal jar is missing.
dremio-community-3.2.4-201906051751050278_1bcce62_1.noarch
openjdk version “1.8.0_212”
OpenJDK Runtime Environment (build 1.8.0_212-b04)
OpenJDK 64-Bit Server VM (build 25.212-b04, mixed mode)
Dremio is exiting. Failure while starting services.
java.lang.NoClassDefFoundError: Could not initialize class io.netty.util.internal.PlatformDependent
at io.netty.buffer.PooledByteBufAllocator.(PooledByteBufAllocator.java:97)
at sun.misc.Unsafe.ensureClassInitialized(Native Method)
at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43)
at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:156)
at java.lang.reflect.Field.acquireFieldAccessor(Field.java:1088)
at java.lang.reflect.Field.getFieldAccessor(Field.java:1069)
at java.lang.reflect.Field.getBoolean(Field.java:428)
at org.apache.arrow.memory.RootAllocatorFactory.checkPoolConfiguration(RootAllocatorFactory.java:101)
at org.apache.arrow.memory.RootAllocatorFactory.newRoot(RootAllocatorFactory.java:92)
at org.apache.arrow.memory.RootAllocatorFactory.newRoot(RootAllocatorFactory.java:61)
at com.dremio.exec.server.BootStrapContext.(BootStrapContext.java:52)
at com.dremio.dac.daemon.DACDaemonModule.bootstrap(DACDaemonModule.java:153)
at com.dremio.dac.daemon.DACDaemon.(DACDaemon.java:172)
at com.dremio.dac.daemon.DACDaemon.newDremioDaemon(DACDaemon.java:285)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:101)
Did anyone faced similar issue while starting up dremio in single node installation can provide some input will be greatly appreciated.