解決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
- 問題解決local variable 'xxx' referenced before assignment
- 關於Failed to resolve的問題解決AI
- 解決windows下WslRegisterDistribution failed with error: 0x80070050的問題WindowsAIError
- 在Linux中,ansible可以解決哪些問題?Linux
- 解決go get 下載github專案慢或無法下載的問題!GoGithub
- 國內的 go get 問題的解決 --gopmGo
- 解決Spring Boot測試方法Failed to load ApplicationContext問題Spring BootAIAPPContext
- Django在Linux上uwsgi 與nginx的問題與解決DjangoLinuxNginx
- 解決linux下redis資料庫overcommit_memory問題LinuxRedis資料庫MIT
- Mac OSX系統homebrew update Fetching failed問題解決方案MacAI
- Linux 和 Windows 下編碼問題處理 codestyle 解決方法LinuxWindows
- PHP報錯getimagesize(): SSL operation failed with code 1問題解決方案PHPAI
- 解決 go get github.com/kotakanbe/go-cve-dictionary下載中遇到的問題GoGithub
- MySQL 在併發場景下的問題及解決思路MySql
- 解決Kali Linux 2020.1亂碼問題Linux
- LINUX 解決時間同步問題(NTP)Linux
- 用linux man命令,自己解決問題Linux
- 解決ajax get post方式提交中文引數亂碼問題
- 解決問題: go get certificate signed by unknown authority 換個代理或者Go
- Go 解決國內go get安裝包超時問題Go
- 雲伺服器:解決linux下zip檔案解壓亂碼問題伺服器Linux
- 解決Linux系統下MYSQL資料表大小寫敏感問題LinuxMySql
- OH解決linux下redis資料庫overcommit_memory問題vlrLinuxRedis資料庫MIT
- command 'gcc' failed with exit status 1錯誤問題的解決辦法GCAI
- Doris建立表報錯Failed to find enough host with storage medium問題解決AI
- 解決WPF+Avalonia在openKylin系統下預設字型問題
- 解決在Windows 11下Visual Studio部分快捷鍵失效的問題Windows
- 在IDEA下使用JUnit出現的問題與解決辦法Idea
- TongWeb下亂碼問題解決思路Web
- Laravel 在 Docker 環境下訪問 storage 靜態資源 404 問題解決LaravelDocker
- linux mint 19解決 輸入法問題Linux
- linux sed 命令引起的^M問題解決Linux
- 問題解決:shared_ptr Assertion px != 0 failed 及debug經驗分享AI
- 關於解決Server Tomcat v9.0 Server at localhost failed to start的問題ServerTomcatlocalhostAI