You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/12 07:30:16 UTC

[GitHub] [doris] huangkaiyan10 opened a new issue, #13318: 'doris_fe' failed to start (exit status 0) -- '/var/apache-doris/fe/bin/start_fe.sh': SLF4J: Class path contains multiple SLF4J bindings.

huangkaiyan10 opened a new issue, #13318:
URL: https://github.com/apache/doris/issues/13318

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   doris 1.1.3 
   
   ### What's Wrong?
   
   
   [2022-10-12T15:26:35+0800] error    : 'doris_fe' failed to start (exit status -1) -- '/var/apache-doris/fe/bin/start_fe.sh': Program timed out -- SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in [jar:file:/var/apache-doris/fe/lib/slf4j-log4j12-1.7.9.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in [jar:file:/var/apache-doris/fe/lib/log4j-slf4j-impl-2.
   [2022-10-12T15:27:33+0800] error    : Cannot connect to [localhost]:19999 -- No route to host
   [2022-10-12T15:27:33+0800] error    : M/Monit: cannot open a connection to http://[localhost]:19999/collector
   [2022-10-12T15:27:38+0800] error    : 'doris_fe' process is not running
   [2022-10-12T15:27:38+0800] info     : 'doris_fe' trying to restart
   [2022-10-12T15:27:38+0800] info     : 'doris_fe' start: '/var/apache-doris/fe/bin/start_fe.sh'
   [2022-10-12T15:28:09+0800] error    : 'doris_fe' failed to start (exit status 0) -- '/var/apache-doris/fe/bin/start_fe.sh': SLF4J: Class path contains multiple SLF4J bindings.
   SLF4J: Found binding in [jar:file:/var/apache-doris/fe/lib/slf4j-log4j12-1.7.9.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   SLF4J: Found binding in [jar:file:/var/apache-doris/fe/lib/log4j-slf4j-impl-2.
   
   
   ### What You Expected?
   
   i has set JAVA_HOME =/var/local/jdk1.8.0_65   in fe/bin/start_fe.sh
   . i hope can start doris fe success.
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.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


[GitHub] [doris] dataalive commented on issue #13318: 'doris_fe' failed to start (exit status 0) -- '/var/apache-doris/fe/bin/start_fe.sh': SLF4J: Class path contains multiple SLF4J bindings.

Posted by GitBox <gi...@apache.org>.
dataalive commented on issue #13318:
URL: https://github.com/apache/doris/issues/13318#issuecomment-1283350696

   这个解决了吗?


-- 
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


[GitHub] [doris] huangkaiyan10 commented on issue #13318: 'doris_fe' failed to start (exit status 0) -- '/var/apache-doris/fe/bin/start_fe.sh': SLF4J: Class path contains multiple SLF4J bindings.

Posted by GitBox <gi...@apache.org>.
huangkaiyan10 commented on issue #13318:
URL: https://github.com/apache/doris/issues/13318#issuecomment-1283377248

   it may be my machine problem,server can not allocate memory . on other machine  with the same deploy method ,can sucess deploy doris.


-- 
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


[GitHub] [doris] dataalive commented on issue #13318: 'doris_fe' failed to start (exit status 0) -- '/var/apache-doris/fe/bin/start_fe.sh': SLF4J: Class path contains multiple SLF4J bindings.

Posted by GitBox <gi...@apache.org>.
dataalive commented on issue #13318:
URL: https://github.com/apache/doris/issues/13318#issuecomment-1276339399

   [2022-10-12T15:28:09+0800] error : 'doris_fe' failed to start (exit status 0) -- '/var/apache-doris/fe/bin/start_fe.sh': SLF4J: Class path contains multiple SLF4J bindings.
   
   有jar包冲突?


-- 
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


[GitHub] [doris] huangkaiyan10 closed issue #13318: 'doris_fe' failed to start (exit status 0) -- '/var/apache-doris/fe/bin/start_fe.sh': SLF4J: Class path contains multiple SLF4J bindings.

Posted by GitBox <gi...@apache.org>.
huangkaiyan10 closed issue #13318: 'doris_fe' failed to start (exit status 0) -- '/var/apache-doris/fe/bin/start_fe.sh': SLF4J: Class path contains multiple SLF4J bindings.
URL: https://github.com/apache/doris/issues/13318


-- 
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