我在vm上练习并成功连接到它。我在停电后重新启动了vm,现在当我尝试以嵌入模式启动时 - 我收到以下消息
Error: Failure in starting embedded Drillbit: java.net.UnknownHostException: xxxx.localdomain: xxxx.localdomain: Name or service not known (state=,code=0)
是否需要重新启动依赖项?
答案 0 :(得分:0)
请使用inet ip验证/ etc / hosts是否具有该域的条目。希望这能解决你的问题。
答案 1 :(得分:0)
请在/ etc / hosts中添加一个条目,例如" 127.0.0.1 yourhostname"这将解决这个问题
答案 2 :(得分:0)
也可以在 /etc/hosts 中添加以下内容:
# keeping in mind that 192.168.0.10 is the ip of your server
127.0.0.1 localhost
192.168.0.10 your-server-01