フィルターのクリア

Parpool Java exception occurred: 2014a & Mac - Only when wifi at home turned on?

2 ビュー (過去 30 日間)
Craig
Craig 2014 年 7 月 2 日
編集済み: Walter Roberson 2015 年 12 月 11 日
Setup: Matlab 2014a, Mac OS x 10.7.5.
Problem: Parpool throws a Java exception when I try to run it with my home wifi turned on and works when I turn it off.
Run: parpool
Error:
Error using parpool (line 99)
Java exception occurred:
java.net.UnknownHostException: craig-2: craig-2: nodename nor servname provided, or not known
at java.net.InetAddress.getLocalHost(InetAddress.java:1438)
Caused by: java.net.UnknownHostException: craig-2: nodename nor servname provided, or not known
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:866)
at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1258)
at java.net.InetAddress.getLocalHost(InetAddress.java:1434)
Any ideas?
Thanks,
Craig
  7 件のコメント
Steven
Steven 2014 年 7 月 30 日
編集済み: Steven 2014 年 7 月 30 日
Hi Craig and Edric,
I am experiencing this issue as well. I am running 2014a on Mac OS x 10.9.4. Were you able to find a solution?
Thanks, Blair
Marco Borges
Marco Borges 2014 年 8 月 13 日
I have the same error! Maybe is related with this java but, don't you think?
https://bugs.openjdk.java.net/browse/JDK-7180557

サインインしてコメントする。

回答 (4 件)

Craig
Craig 2014 年 8 月 7 日
I'm away and can't check but just received some advice from support:
In this last case, one possible cause could be related to a corrupted hosts file.
On Macintosh and Linux systems, the file is under the directory:
/etc/hosts Please make sure to map hostnames to valid IP addresses.
The IP address and the username for the local host can be searched using the following instructions:
>> ip = char( getHostAddress(java.net.InetAddress.getLocalHost)) >> user = getenv('UserName')
Please ping the machine name to test.
  4 件のコメント
Franck Dernoncourt
Franck Dernoncourt 2015 年 2 月 2 日
Same here, matlab prompt '!hostname' and adding it to host file worked for me. Ubuntu 12.04 with R2014a x64. Thanks!
Zhi Feng
Zhi Feng 2015 年 12 月 11 日
it works. Thanks

サインインしてコメントする。


Thomas Ibbotson
Thomas Ibbotson 2015 年 2 月 2 日
A patch has been released for this bug see: Bug report 1119179

Carsten Hoever
Carsten Hoever 2014 年 8 月 5 日
Did you find a solution for the problem? I am having the same problem with OSX 10.9.3:
Error using matlabpool (line 137) Java exception occurred: java.net.UnknownHostException: server.munkiisland.private: server.munkiisland.private: nodename nor servname provided, or not known at java.net.InetAddress.getLocalHost(InetAddress.java:1438) Caused by: java.net.UnknownHostException: server.munkiisland.private: nodename nor servname provided, or not known at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:866) at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1258) at java.net.InetAddress.getLocalHost(InetAddress.java:1434)
  2 件のコメント
Steven
Steven 2014 年 8 月 5 日
I have not found a permanent solution, but the issue seems to be related to network settings. When I unplug my computer from the network and turn off WiFi, I am able to get the parallel pool to start. This is only a temporary workaround, but I hope to figure out the underlying cause with a bit more investigation.
-Blair
Craig
Craig 2014 年 8 月 7 日
Yes, sorry for the late reply - but I've done exactly the same, turn wifi off, start par pool - turn back on. Dirty but it works! Best, Craig

サインインしてコメントする。


Steven
Steven 2014 年 8 月 7 日
Thanks for the suggestion Craig! I went to check the host file and noticed that my parpool is starting up fine now. The only thing that changed is that I shutdown and brought my laptop home for a few days where I used it on a different network. Very curious...

カテゴリ

Help Center および File ExchangeParallel Computing Fundamentals についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by