User manual

Troubleshooting
Inside MATLAB, the class would be used as follow s.
m = com.mathworks.toolbox.distcomp.test.Multicast Tester('239.1.1.1', 9999);
m.startSendingThread;
m.startListeningThread;
0 : host1name : 0
1 : host2name : 0
From a shell prompt, you would type (assuming that Java is on your path)
java -cp distcomp.jar com.mathworks.toolbox.distcomp.test.MulticastTester
0 : host1name : 0
1 : host2name : 0
Memory Errors on UNIX
If the number of threads created by the engine services on a UNIX machine
exceeds the limitation set by the
maxproc value, the services w ill fail and
generate an out-of-mem ory error. You can check y our
maxproc value on UNIX
with the
limit command. (Different versions of UNIX might h ave different
names for this property instead of
maxproc,suchasdesc ript ors on Solaris.)
Running MDCE Processes from a Windows Network
Installation
Many networks are configured not to allow LocalS yste m (the default user for
MDCE) access to UNC or mapped network shares. In this case, run MDCE
under a d ifferent user with rights to log on as a service. See “Setting the
User” on page 2-11.
2-19