最新版本安裝后無法啟動錯誤:
- java.net.URISyntaxException: Illegal character in hostname at index 7: ws
- :
修改hostname為合法字符串
vim /etc/hostname 改hostname
vim /etc/sysconfig/network 添加hostname=xxx
vim /etc/hosts 改hostname
posted on 2017-02-19 11:33
朔望魔刃 閱讀(206)
評論(0) 編輯 收藏 所屬分類:
java