Not able to access localhost:9047

Hi,

I installed community edition of dremio in RHEL using RPM. Service is running using service dremio start command but when i try to access the web ui of dremio it is not coming. please give the solution to this issue.
pic2

1 Like

Hi @Rajesh

It should come. What URL are you using to access Dremio and from what machine?
What does “ps -ef | grep dremio” return?

Thanks, Bogdan

Hi @bogdan.coman

I try to access dremio using this url : Ipaddress:9047 and from i trying to access from linux server.
ps -ef | grep dremio” returns the following :
root 4210 1672 0 15:13 pts/0 00:00:00 grep --color=auto dremio

Thanks,
Rajesh

inside machine where dremio was installed run

curl -vv http://localhost:9047

which OS are using?
I think that is a firewall problem

Hi,

I am using RHEL OS 7.9, when i run above command the folowing will comes :

How to resolve the firewall issue in the server?

In log file itself tells the server is started and the following will be shown:

2024-06-03 06:55:00,608 [main] INFO com.dremio.dac.server.DremioServer - Started on http://localhost:9047

But when I’m trying to access using localhost and ip address:9047 but it is not coming.

That means the Dremio process is not running.

What else do you see in server.log?

Bogdan