解決C3P0在Linux下Failed to get local InetAddress for VMID問題
報錯:om.mchange.v2.c3p0.impl.C3P0ImplUtils {C3P0ImplUtils.java:125} - Failed to get local InetAddress for VMID. This is unlikely to matter. At
或者這麼一個錯:
com.mchange.v2.c3p0.impl.C3P0ImplUtils - Failed to get local InetAddress for VMID.
This is unlikely to matter. At all. We'll add some extra randomness
java.net.UnknownHostException: v-dxt-guankong1: v-dxt-guankong1
找不到主機。
於是,先去看主機在什麼位置定義的:
cat /etc/sysconfig/network
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=v-dxt-guankong1
然後,修改host檔案
vi /etc/hosts 在行127.0.0.1 localhost localhost.localdomain 後加上v-dxt-guankong1儲存即可。
加上主機名即可!
相關文章
- mac下/usr/local/bin No such file or directory問題解決Mac
- flutter packages get - pub get failed (1)解決方案FlutterPackageAI
- chown: /usr/local: Operation not permitted問題解決MIT
- 解決 go get 超時問題Go
- 解決在PUTTY下Linux顯示亂碼的問題Linux
- 解決ssh的"Write failed: Broken pipe"問題AI
- 關於Failed to resolve的問題解決AI
- linux下安裝mysql的問題解決LinuxMySql
- 解決Linux下埠被佔用問題Linux
- 解決go get 下載github專案慢或無法下載的問題!GoGithub
- DEDECMS在linux下問題Linux
- Ping:Transmit Failed, Error Code 65問題解決MITAIError
- socket write failed(24) _Netbackup的問題解決AI
- 在linux字型下的顯示問題及幾種解決辦法Linux
- 國內的 go get 問題的解決 --gopmGo
- 在Linux中,ansible可以解決哪些問題?Linux
- Gentoo startx出現Failed to load module問題解決AI
- jquery的get()函式快取問題解決方案jQuery函式快取
- 問題解決local variable 'xxx' referenced before assignment
- Windows下Eclipse工程移到Linux下亂碼問題解決WindowsEclipseLinux
- JIVE在WINDOWS下的中文顯示問題的解決Windows
- LINUX下解決TIME_WAIT過多問題LinuxAI
- CTP failed,Mcdata4500 電源故障的問題解決AI
- jboss get請求中文亂碼問題的解決[zt]
- 解決windows下WslRegisterDistribution failed with error: 0x80070050的問題WindowsAIError
- Django在Linux上uwsgi 與nginx的問題與解決DjangoLinuxNginx
- 在Linux上安裝Oracle時DISPLAY問題解決方案LinuxOracle
- MySQL 在併發場景下的問題及解決思路MySql
- MySQL在併發場景下的問題及解決思路MySql
- Tomcat下中文問題解決Tomcat
- 解決「問題」,不要解決問題
- 【OSX】解決Terminal ssh連線"Write failed Broken pipe"問題AI
- PHP報錯getimagesize(): SSL operation failed with code 1問題解決方案PHPAI
- Go 解決國內go get安裝包超時問題Go
- 解決ajax get post方式提交中文引數亂碼問題
- rman在linux下的一個問題Linux
- java程式死掉的問題,在linux下JavaLinux
- 在linux中安裝mysql並解決中文亂碼問題LinuxMySql