tarepanda1024 opened a new issue #6004: URL: https://github.com/apache/incubator-doris/issues/6004
**Describe the bug** After I compiled Be And Fe use apache/incubator-doris:build-env-1.2 with doris version 0.14.0.I started Fe successfully. But when I connect to Fe use ```mycli -uroot -P 9030``` or Idea DB tools. It thows ```(1064, 'errCode = 2, detailMessage = candidate backends is empty') . ``` **To Reproduce** Steps to reproduce the behavior: 1. compile doris use apache/incubator-doris:build-env-1.2 and https://github.com/apache/incubator-doris/releases/tag/0.14.0 like https://doris.incubator.apache.org/master/zh-CN/installing/compilation.html#%E4%BD%BF%E7%94%A8-docker-%E5%BC%80%E5%8F%91%E9%95%9C%E5%83%8F%E7%BC%96%E8%AF%91%EF%BC%88%E6%8E%A8%E8%8D%90%EF%BC%89 2. copy output/be output/fe to ~/doris . change fe/conf/fe.conf ```priority_networks = 10.219.48.0/24``` like https://doris.incubator.apache.org/master/zh-CN/installing/install-deploy.html#%E9%9B%86%E7%BE%A4%E9%83%A8%E7%BD%B2 3. start fe use ```./bin/start_fe.sh --daemon ``` 4. use mycli or idea db tools to connect fe. ``` mycli -uroot -P 9030 -h 10.219.48.248``` 5. It thows error. **Expected behavior** It can login in to db. **Screenshots**   **Desktop (please complete the following information):** - OS: deepin - Version [20.2.1] -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org