From: Ohil on
Hi!

I am using Matlab R2007B and the Distributed Computing
Toolbox. I am hoping to use two systems both running
windows Vista.

I have installed mdce on both systems and nodestatus works
on both systems. I have started a jobmanager on system1 and
have added the same system as a worker under the same
jobmanager. When I try to add system2 as a worker using the
command

startworker -jobmanagerhost <system1's ip> -jobmanager
<JOB_MANAGER_NAME> -remotehost <system2's ip> -v

I get an error saying that the worker was not able to find
the jobmanager nor the job manager lookup process.

I suspect Windows firewall to be the cause of this problem.
I have added Matlab to the allowed programs list and have
also opened up ports 27350, 27372 and 27352 (all TCP) on
both systems. I am still getting this error. I dont know
what else to do. HELP!
From: Ohil on
OK, I added java.exe in the MATLAB\sys\java folder and it
seems to work now...