Error when using matlabpool
Show older comments
Hi. Whenever I try to use any variation of matlabpool, e.g.
endmatlabpool open
I get an error that says the following:
Java exception occurred: java.net.UnknownHostException: joe: joe at java.net.InetAddress.getLocalHost(Unknown Source)
where joe is the name of the pc. I'm using UBUNTU 12.04, I've installed Matlab today for the first time in Ubuntu. All the installation files are in a folder created by me in /home/joe/matlab .
Any help would be appreciated. Thank you very much
Accepted Answer
More Answers (1)
Walter Roberson
on 17 Jul 2012
0 votes
Is "joe" defined by your DNS server, or at least in your /etc/hosts ? Note for this purpose that if your hosts file has a fully qualified name only and does not have the short alias used by your active hostname, then the fully qualified version will not be assumed.
Categories
Find more on MATLAB Parallel Server in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!