I have recently installed dremio-community-LATEST.tar.gz on centos 7 . service is running but I unable to access dremio dashboard via http://localhost:9047 and when the service is running it created file under /tmp folder and it keeps reduce /tmp folder disk space
@nuwan1
Can you check once from the coordinator box to your browser the port 9047 opened. Also check any firewalls in between and also iptables and firewall rules in the coordinator box
Here is the server.log file outout
[root@915468-ElasticDemo log]# tail server.log
Suppressed: java.lang.IllegalStateException: #start was not invoked, so metadataManager is not available
at com.google.common.base.Preconditions.checkState(Preconditions.java:444) ~[guava-20.0.jar:na]
at com.dremio.datastore.ByteStoreManager.getMetadataManager(ByteStoreManager.java:422) ~[dremio-services-datastore-4.0.4-201910212053580380-773b665.jar:4.0.4-201910212053580380-773b665]
at com.dremio.datastore.ByteStoreManager.close(ByteStoreManager.java:429) ~[dremio-services-datastore-4.0.4-201910212053580380-773b665.jar:4.0.4-201910212053580380-773b665]
at com.dremio.common.AutoCloseables.close(AutoCloseables.java:92) ~[dremio-common-4.0.4-201910212053580380-773b665.jar:4.0.4-201910212053580380-773b665]
at com.dremio.common.AutoCloseables.close(AutoCloseables.java:71) ~[dremio-common-4.0.4-201910212053580380-773b665.jar:4.0.4-201910212053580380-773b665]
at com.dremio.datastore.CoreStoreProviderImpl.close(CoreStoreProviderImpl.java:286) ~[dremio-services-datastore-4.0.4-201910212053580380-773b665.jar:4.0.4-201910212053580380-773b665]
at com.dremio.datastore.LocalKVStoreProvider.close(LocalKVStoreProvider.java:198) ~[dremio-services-datastore-4.0.4-201910212053580380-773b665.jar:4.0.4-201910212053580380-773b665]
at com.dremio.dac.cmd.upgrade.Upgrade.run(Upgrade.java:163) ~[dremio-dac-daemon-4.0.4-201910212053580380-773b665.jar:4.0.4-201910212053580380-773b665]
… 1 common frames omitted
[root@915468-ElasticDemo log]# cat server.log | grep Started
[root@915468-ElasticDemo log]# cat server.log | grep started
2019-10-25 12:35:01,783 [main] INFO c.d.services.fabric.FabricServer - [FABRIC]: Server started on port 45678.
[root@915468-ElasticDemo log]#