You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "Vallishp (via GitHub)" <gi...@apache.org> on 2024/01/01 16:34:04 UTC

Re: [I] Steps to Install in the Apache Doris in Local and in Ubuntu server. I need General Installation as well as Docker Installation. [doris]

Vallishp commented on issue #29366:
URL: https://github.com/apache/doris/issues/29366#issuecomment-1873392487

   Hi,  seems your Doris FE process might not started properly.
   FE process will listen on 8030 port for  http requests.
   
   You can use below command to check FE process is up or not. If its running properly, there will be process running your system as below.
   
   doris_disk % ps -ef | grep FE
     501 21795     1   0  9:51PM ttys000    0:10.94 /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home//bin/java -Dsun.security.krb5.debug=true -Djavax.security.auth.useSubjectCredsOnly=false -Xss4m -Xmx8192m -XX:+UseMembar -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=7 -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -XX:-CMSParallelRemarkEnabled -XX:CMSInitiatingOccupancyFraction=80 -XX:SoftRefLRUPolicyMSPerMB=0 -Xloggc:/Volumes/doris_disk/fe/log/fe.gc.log.20240101-215131 -XX:-OmitStackTraceInFastThrow -XX:OnOutOfMemoryError=kill -9 %p org.apache.doris.DorisFE 
   
   
   If process is not running, you can check fe.log . It is in log folder of FE by default.
   
   Please refer below link for common issues faced.
   https://doris.apache.org/docs/faq/install-faq?_highlight=troub#q6-how-to-troubleshoot-the-febe-node-is-down


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org