问题描述
- linux服务器下的matlabpool问题
-
matlabpool local 4
Starting matlabpool using the 'local' profile ...
Error using matlabpool (line 137)
Java exception occurred:
java.net.UnknownHostException: ic-m2.localdomain: ic-m2.localdomain: Name or service not known
at java.net.InetAddress.getLocalHost(Unknown Source)
Caused by: java.net.UnknownHostException: ic-m2.localdomain: Name or service not known
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
at java.net.InetAddress.getAddressesFromNameService(Unknown Source)
... 1 more
解决方案
我是opensuse13.1也遇到了这个问题
我在国外论坛找到了解决方案 原话是这样
for me, running opensuse, I fixed the issue in Yast->Network Setting->Hostname/DNS. Make sure the "Assign Hostname to Lookback IP" is checked
时间: 2024-10-30 23:55:03