What is a good resource to find out why Dremio is failing to start? Instance has been running for over 3 month. Crashed today.
Dremio is exiting. Failure while starting services.
java.lang.NoSuchMethodError: io.grpc.protobuf.lite.ProtoLiteUtils.metadataMarshaller(Lcom/google/protobuf/MessageLite;)Lio/grpc/Metadata$BinaryMarshaller;
at com.dremio.service.jobs.JobsRpcUtils.(JobsRpcUtils.java:61)
at com.dremio.service.jobs.JobsServer.start(JobsServer.java:91)
at com.dremio.service.SingletonRegistry$AbstractServiceReference.start(SingletonRegistry.java:137)
at com.dremio.service.ServiceRegistry.start(ServiceRegistry.java:88)
at com.dremio.service.SingletonRegistry.start(SingletonRegistry.java:33)
at com.dremio.dac.daemon.DACDaemon.startServices(DACDaemon.java:195)
at com.dremio.dac.daemon.DACDaemon.init(DACDaemon.java:201)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:146)
Tableau bug caused the Coordinator server to run out of memory, corrupting the Dremio software. Reinstalled the Dremio software resolved the issue. Strangely, the Dremio software on the Executor servers was also corrupted. Dremio software had to be reinstalled on those servers as well
For future searches…below is the error in the server log. Notice Dremio application could not find a method.
Dremio is exiting. Failure while starting services.
java.lang.NoSuchMethodError: io.grpc.protobuf.lite.ProtoLiteUtils.metadataMarshaller(Lcom/google/protobuf/MessageLite;)Lio/grpc/Metadata$BinaryMarshaller;
at com.dremio.service.jobs.JobsRpcUtils.<clinit>(JobsRpcUtils.java:61)
at com.dremio.service.jobs.JobsServer.start(JobsServer.java:91)
at com.dremio.service.SingletonRegistry$AbstractServiceReference.start(SingletonRegistry.java:137)
at com.dremio.service.ServiceRegistry.start(ServiceRegistry.java:88)
at com.dremio.service.SingletonRegistry.start(SingletonRegistry.java:33)
at com.dremio.dac.daemon.DACDaemon.startServices(DACDaemon.java:195)
at com.dremio.dac.daemon.DACDaemon.init(DACDaemon.java:201)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:146)