Error while starting Dremio 3.2

dremio will not start and I’m seeing the following in the server.out file:

Dremio is exiting. Failure while starting services.
java.lang.ExceptionInInitializerError
at org.rocksdb.Options.(Options.java:25)
at com.dremio.datastore.ByteStoreManager.start(ByteStoreManager.java:201)
at com.dremio.datastore.CoreStoreProviderImpl.start(CoreStoreProviderImpl.java:195)
at com.dremio.datastore.LocalKVStoreProvider.start(LocalKVStoreProvider.java:157)
at com.dremio.dac.cmd.upgrade.Upgrade.run(Upgrade.java:158)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:97)
Caused by: java.lang.RuntimeException: Unable to load the RocksDB shared libraryjava.io.IOException: No space left on device
at org.rocksdb.RocksDB.loadLibrary(RocksDB.java:67)
at org.rocksdb.RocksDB.(RocksDB.java:35)
… 6 more

Hi @summersmd

Stack reporting no space to the rocks DB directory , can you check the size of the directory/partition

libraryjava.io.IOException: No space left on device

@Venugopal_Menda

@Venugopal_Menda I got past this error by cleaning out my /tmp directory (although I don’t know why /tmp was being used). However, dremio still won’t start due to the following error:

Dremio is exiting. Failure while starting services.
java.lang.NoSuchMethodError: org.eclipse.jetty.http.pathmap.PathMappings.put(Lorg/eclipse/jetty/http/pathmap/PathSpec;Ljava/lang/Object;)Z
at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1421)
at org.eclipse.jetty.servlet.ServletHandler.doStart(ServletHandler.java:165)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
at org.eclipse.jetty.server.handler.ScopedHandler.doStart(ScopedHandler.java:123)
at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:913)
at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:365)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:852)
at org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandler.java:278)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:138)
at org.eclipse.jetty.server.Server.start(Server.java:415)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:108)
at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:113)
at org.eclipse.jetty.server.Server.doStart(Server.java:382)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at com.dremio.dac.server.WebServer.start(WebServer.java:257)
at com.dremio.service.SingletonRegistry$AbstractServiceReference.start(SingletonRegistry.java:137)
at com.dremio.service.ServiceRegistry.start(ServiceRegistry.java:74)
at com.dremio.service.SingletonRegistry.start(SingletonRegistry.java:33)
at com.dremio.dac.daemon.DACDaemon.startServices(DACDaemon.java:183)
at com.dremio.dac.daemon.DACDaemon.init(DACDaemon.java:189)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:102)